home *** CD-ROM | disk | FTP | other *** search
- rem This command will update your Newkey.exe program with
- rem an alternate set of control keys for the enhanced keyboard.
- rem Enhanced keyboards have two sets of cursor keys and
- rem function keys arranged in a row across the top of the keyboard.
- rem
- rem Newkey will tell you if you have an enhanced keyboard when
- rem you first load it. For more information on using Newkey with
- rem enhanced keyboards refer to section 15.5 of the Newkey manual.
- rem
- rem Press Ctrl-C to stop if you do not wish to continue.
- Pause
- cls
- rem UPDATING THE NEWKEY DISK FOR ENHANCED KEYBOARDS
- rem
- rem Be sure that:
- rem 1. A copy of the Newkey disk is in the currently active drive
- rem or in the active directory if you are on a hard disk.
- rem
- rem Do Not Use the Original Newkey Disk!
- rem
- rem Press Ctrl-C to stop if this is not true.
- Pause
- rem loading newkey
- newkey
- rem Updating Newkey's control keys for enhanced keyboard
- newkeysp enhanced.key/l /ek=[altf1]
- pause
- cls
- echo on
- rem Newkey updated for enhanced keyboard.
- rem Now you may use the updated versions of Newkey on your enhanced
- rem keyboard. The following control keys have been updated:
- rem old new Description
- rem ctrl/ alt/ Pop-up features
- rem ctrl3 alt[ Slow typing on request
- rem ctrl4 alt] Slow typing off request
- rem ctrlesc ctrl\ Cancel macro playback
- rem cutpaste altp Cut & paste playback
-